home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / CONTRIB / MAN_PC.ZIP / man_pc / whatis / whatis.1 < prev    next >
Encoding:
Text File  |  1995-06-20  |  1.6 KB  |  57 lines

  1.  
  2.  WHATIS(1)                                                         WHATIS(1)
  3.  
  4.  NAME
  5.       whatis - show description of word
  6.  
  7.  SYNOPSIS
  8.       whatis [ -l ] [ -P path ] [ -s section ] word...
  9.  
  10.  DESCRIPTION
  11.       The whatis command displays a one line synopsis of each online
  12.       documentation file whose name matches the specified word.  To read the
  13.       actual online documentation, use the man(1) command.
  14.  
  15.       Word is considered separately from each other word.  The case of
  16.       letters is significant.
  17.  
  18.  OPTIONS
  19.       The following switch options are recognized:
  20.  
  21.       -l   a more verbose (long) output is given containing the one line
  22.            description plus a list of keywords, cross references, and the
  23.            primary manual page, if any.
  24.  
  25.       -P path
  26.            if a valid path is given, whatis searches for the databases there
  27.            (see ENVIRONMENT).
  28.  
  29.       -s section
  30.            search only for items from the specified section.  This should be
  31.            a single character representing a section of the manual, i.e.,
  32.            from the list:
  33.  
  34.                 0123456789lno
  35.  
  36.  ENVIRONMENT
  37.       Whatis searches for the database file in the directory contained in
  38.       the MANPATH environment variable.  Note that the -P option overrides
  39.       this.  If neither MANPATH or -P are specified, a default path of
  40.       ``d:/usr/man'' is used.
  41.  
  42.  FILES
  43.       MANPATH/whatis._?_  online documentation database file
  44.  
  45.  SEE ALSO
  46.       apropos(1), man(1), whatisin(1), whereis(1)
  47.  
  48.  AUTHOR
  49.       Bill Rosenkranz
  50.       rosenkra@convex.com
  51.  
  52.  VERSION
  53.       whatis v2.0.1 92/9/12 rosenkra
  54.  
  55.                                     - 1 -          Formatted:  June 18, 1995
  56.  
  57.